Unity 5 for Android Essentials by 2015

Unity 5 for Android Essentials by 2015

Author:2015
Language: eng
Format: epub
Publisher: Packt Publishing


The second example callback, which will be called while staying in the collision state:

void OnCollisionStay (Collision collision)

The third example callback, which will be called at the end of the collision event:

void OnCollisionExit (Collision collision)

The fourth example callback, which will be called at the start of the collision event is much more optimized because it avoids a collision input parameter and thus avoids extra calculations:

void OnCollisionEnter ()

The fifth example callback, which will be called while staying in the collision state is much more optimized because it avoids a collision input parameter and thus avoids extra calculations:

void OnCollisionStay ()



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.